UI Hover Mouse
Command Prototype
UiDetection.Hover(objUiElement,iTimeout,optionArgs)
Command Description
Hovers the mouse over a specified element after UI Detection is conducted
Parameter Description
- Required Parameter
- objUiElement--The UI element to search. If a string is passed, it is used as a feature string to search for the specified UIElement to click. If an UiElement is passed, the corresponding UI element is clicked
- iTimeout--The amount of time (in milliseconds) to wait for the activity to run before the SelectorNotFoundException throws an error. The default value is 10000 milliseconds (10 seconds)
- Optional Parameter
- bContinueOnError--Specify whether automation should continue if the activity throws an error. This field only supports Boolean values (True, False). The default is False
- iDelayAfter--Added delay (in milliseconds) after executing the activity. Defaults to 300
- iDelayBefore--Added delay (in milliseconds) before executing the activity. Defaults to 200
- bSetForeground--Whether to activate the target window before executing